﻿@charset "utf-8";
/* CSS Document */

div.breadcrumb {
	background: url(bread.jpg) repeat-x;
	border-bottom: 1px solid #2F5F97;
	border-top: 1px solid #2F5F97;	
}
div.wp-breadcrumb li,
div.wp-breadcrumb li span,
div.wp-breadcrumb li a {
	color: #fff;
}


/* CONTEUDO */

div.content-interna {
	background: #F5F5F5 url(imagem1.png) no-repeat bottom;
	border: none;
	padding-top: 30px;
	padding-bottom: 60px;
}

div.content-interna div.col-conteudo {
	background: transparent !important;
	border: 0 !important;
}

div.content-interna h1,
div.content-interna h2,
div.content-interna h3 {
	color: #000 !important;
}




/* MENU */

div.wp-menu-lateral div.bloco,
div.wp-menu-lateral div.bloco.laranja,
div.wp-menu-lateral div.bloco.cinza {
	border-left: 2px solid #bdbdbd; 
}

div.wp-menu-lateral div.bloco a {
	background: #05457C;
	border-top: 1px solid #668FBD; 
	border-bottom: 1px solid #668FBD; 
	color: #ffffff;
}

div.wp-menu-lateral div.bloco a:hover {
	background: #4C79AB;
}


/* OLUNA DIREITA */

div.col-direita {
	padding-top: 0px;
	text-align: center;
}


#vantagens {
	width: 170px;
	margin: 55px 15px;
	padding: 10px 0px;
	text-align: center;
	background: url(vantagens.png) repeat-y;
}

#vantagens a {
	display: inline-block;
	width: 119px;
	height: 39px;
	position: relative;
}

#vantagens a img { display: block; }

#vantagens a img:first-child {
	position: absolute;
	bottom: 2px;
	left: 2px;
	display: none;
}

#vantagens a:hover img:first-child { display: block; }

.ms-WPBorder{
	border-color: #FFF;
}
.texto.com-imagem{
	max-width: 330px;
}
div.wp-destaque-interno.jcarousel-container, div.wp-destaque-interno .jcarousel-container-horizontal, div.wp-destaque-interno .jcarousel-clip-horizontal, div.wp-destaque-interno .jcarousel-item{
	height: 110px !important; 
}
.ms-WPHeaderTd h3.ms-standardheader.ms-WPTitle{
	display: none !important;
}
.data{
	font-weight:bold !important;
	font-size: 16px;
	margin-bottom:10px;
	line-height: 4;
}
/*

#general div.content .linklist a { color: #0F3F76 }

#general div.content a:hover { text-decoration: underline; }

#general div.content.full { width: 910px; }

#general div.content h3 { display: ; }

#subMenu { border: none; }

div.box-interno {
	padding: 10px 20px;
	width: 618px;
}

div.box-interno span.space { padding-left: 10px; }


#auxiliar span.data {
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin: 0px 0px 15px 0px;
}
.newsBox {
	width: 480px;
}

.newsBox > .newHolder {
	height: 
	;
	width: 500px;
	overflow: hidden;
}

.newsBox > .newHolder > .historia { text-align: justify; }

.newsBox > .newHolder > .historia > .new-title {
	margin-bottom: 8px;
	text-align: left;
}

.newsBox > .newHolder > .historia > .new-title a {
	font-size: 18px;
}

.newsBox > .newHolder > .historia > .image-new {
	float: left;
	margin: 0px 10px 10px 0px;
}

.newsBox > .newHolder > .historia > .image-new > a img {
	width: 200px;
}

.newsBox > .nav-bar-news {
	height: 20px;
	width: 500px;
	margin-top: 3px;
}

.newsBox > .nav-bar-news > .hist_counter {
	zoom: 1;
	background: url(/uploads/temp/portalegresso/bullets.png);
	display: inline-block;
	*display: inline;
	cursor: pointer;
	margin-right: 3px;
	width: 10px;
	height: 10px;
}

.newsBox > .nav-bar-news > .selected {
	background-position: 10px 0px;
	cursor: normal;
}

.newsBox > .nav-bar-news > .veja-mais {
	float: right;
}

.newsBox > .nav-bar-news > .veja-mais a {
	font-weight: bold;
}

.autor {
	display: none;
}


#banner {
	position: relative;
	overflow: hidden;
}

.bannerContent {
	background: url(/uploads/temp/portalegresso/banner/fundo.png) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -460px;
	width: 920px !important;
	height: 200px;
}

.polaroide {
	z-index: 2;
	position: absolute;
	bottom: 0px;
	right: 96px;
	zoom: 1;
	display: inline-block;
	*display: inline;
}

.polaroide > img {
	height: 180px;
	width: auto;
}

.polaroide > span {
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: inline-block;
	padding: 4px 8px;
	background: #fff;
	color: #000;
	font-size: 11px;
	text-align:left;
	opacity: 1;
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 0%, #f1f1f1 68%, #e1e1e1 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(68%,#f1f1f1), color-stop(100%,#e1e1e1));
	background: -webkit-linear-gradient(left, #ffffff 0%,#f1f1f1 68%,#e1e1e1 100%);
	background: -o-linear-gradient(left, #ffffff 0%,#f1f1f1 68%,#e1e1e1 100%);
	background: -ms-linear-gradient(left, #ffffff 0%,#f1f1f1 68%,#e1e1e1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=1 );
	background: linear-gradient(left, #ffffff 0%,#f1f1f1 68%,#e1e1e1 100%);
}

#faixa-banner {
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 0px;
	display: none;
}

*/